home *** CD-ROM | disk | FTP | other *** search
- /*
- * Offscreen.h
- *
- * 12/30/94 JML Code now compiles with Universal interfaces.
- *
- */
-
-
- typedef struct WindowOffscreen {
- CGrafPtr windowPort;
- GDHandle windowDevice;
- GWorldPtr offscreenWorld;
- } WindowOffscreen;
-
-
- WindowOffscreen *DrawOffscreen(WindowPtr theWindow);